recursive function - определение. Что такое recursive function
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое recursive function - определение

WIKIMEDIA DISAMBIGUATION PAGE
Non-recursive; Recursive functions; Recursive function (disambiguation)
Найдено результатов: 1889
General recursive function         
ONE OF SEVERAL EQUIVALENT DEFINITIONS OF A COMPUTABLE FUNCTION
Partial recursive function; Total recursive function; Mu-recursive; Mu recursive function; Mu-recursive function; Recursive function theory; M-recursive function; Μ recursion; General-recursive; General recursive; Recursive function (computability); Μ-recursive function; Μ-recursive
In mathematical logic and computer science, a general recursive function, partial recursive function, or μ-recursive function is a partial function from natural numbers to natural numbers that is "computable" in an intuitive sense – as well as in a formal one. If the function is total, it is also called a total recursive function (sometimes shortened to recursive function).
Primitive recursive set function         
Primitive recursive ordinal function
In mathematics, primitive recursive set functions or primitive recursive ordinal functions are analogs of primitive recursive functions, defined for sets or ordinals rather than natural numbers. They were introduced by .
Primitive recursive function         
FUNCTION THAT CAN BE COMPUTED WITH LOOPS OF BOUNDED LENGTH
Primitive recursive; Primitive recursive functions; Primitive recursion; Primitive recursive fuctions
In computability theory, a primitive recursive function is roughly speaking a function that can be computed by a computer program whose loops are all "for" loops (that is, an upper bound of the number of iterations of every loop can be determined before entering the loop). Primitive recursive functions form a strict subset of those general recursive functions that are also total functions.
Function (mathematics)         
  • A binary operation is a typical example of a bivariate function which assigns to each pair <math>(x, y)</math> the result <math>x\circ y</math>.
  • A function that associates any of the four colored shapes to its color.
  • Together, the two square roots of all nonnegative real numbers form a single smooth curve.
  • Graph of a linear function
  • The function mapping each year to its US motor vehicle death count, shown as a [[line chart]]
  • The same function, shown as a bar chart
  • Graph of a polynomial function, here a quadratic function.
  • Graph of two trigonometric functions: [[sine]] and [[cosine]].
  • right
ASSOCIATION OF A SINGLE OUTPUT TO EACH INPUT
Mathematical Function; Mathematical function; Function specification (mathematics); Mathematical functions; Empty function; Function (math); Ambiguous function; Function (set theory); Function (Mathematics); Functions (mathematics); Domain and range; Functional relationship; G(x); H(x); Function notation; Output (mathematics); Ƒ(x); Overriding (mathematics); Overriding union; F of x; Function of x; Bivariate function; Functional notation; Function of several variables; Y=f(x); ⁡; Draft:The Repeating Fractional Function; Image (set theory); Mutivariate function; Draft:Specifying a function; Function (maths); Functions (math); Functions (maths); F(x); Empty map; Function evaluation
In mathematics, a function from a set to a set assigns to each element of exactly one element of .; the words map, mapping, transformation, correspondence, and operator are often used synonymously.
Transfer function         
FUNCTION SPECIFYING THE BEHAVIOR OF A COMPONENT IN AN ELECTRONIC OR CONTROL SYSTEM
Transfer-function; Transfer Function; Natural response; Pulse-transfer function; Network function; Transfer curve; Transfer characteristic; System function
In engineering, a transfer function (also known as system functionBernd Girod, Rudolf Rabenstein, Alexander Stenger, Signals and systems, 2nd ed., Wiley, 2001, p.
Function prologue and epilogue         
Function epilogue; Function prolog; Function epilog; Draft:Pop ebp; Function prologue
In assembly language programming, the function prologue is a few lines of code at the beginning of a function, which prepare the stack and registers for use within the function. Similarly, the function epilogue appears at the end of the function, and restores the stack and registers to the state they were in before the function was called.
Loss function         
IN STATISTICS, A FUNCTION REPRESENTING THE COST ASSOCIATED WITH AN EVENT
Objective function; Criterion function; Risk function; Quadratic loss function; Squared error loss; Loss functions; Stochastic criterion function; 0-1 loss function; Zero-one loss function; 0-1 loss; Zero-one loss; Loss Functions
In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "cost" associated with the event. An optimization problem seeks to minimize a loss function.
Plurisubharmonic function         
Plurisuperharmonic function; Plurisubharmonic; Plurisuperharmonic; Psh function; Plush function; Plsh function; Plsh
In mathematics, plurisubharmonic functions (sometimes abbreviated as psh, plsh, or plush functions) form an important class of functions used in complex analysis. On a Kähler manifold, plurisubharmonic functions form a subset of the subharmonic functions.
Arithmetic function         
ANY FUNCTION WHOSE DOMAIN IS THE POSITIVE INTEGERS AND WHOSE RANGE IS A SUBSET OF THE COMPLEX NUMBERS
Arithmetic functions; Arithmetical function; Number-theoretic function; Number-theoretic functions; Number theoretic function; Arithmetical functions; Summatory function
In number theory, an arithmetic, arithmetical, or number-theoretic function is for most authorsNiven & Zuckerman, 4.2.
Pseudoconvex function         
  • Pseudoconvex function that is not convex.
  • Functions x^3 (quasiconvex but not pseudoconvex) and x^3 + x (pseudoconvex and thus quasiconvex). None of them is convex.
  • Quasiconvex function that is not convex, nor pseudoconvex.
  • Example of a quasiconvex function that is not pseudoconvex. The function has a critical point at <math>x=0</math>, but this is not a minimum.
Pseudolinear function; Pseudolinearity; Η-pseudolinearity; Pseudoconcave function; Pseudo-convex function
In convex analysis and the calculus of variations, both branches of mathematics, a pseudoconvex function is a function that behaves like a convex function with respect to finding its local minima, but need not actually be convex. Informally, a differentiable function is pseudoconvex if it is increasing in any direction where it has a positive directional derivative.

Википедия

Recursive function

Recursive function may refer to:

  • Recursive function (programming), a function which references itself
  • General recursive function, a computable partial function from natural numbers to natural numbers
    • Primitive recursive function, a function which can be computed with loops of bounded length
  • Another name for computable function